home *** CD-ROM | disk | FTP | other *** search
/ Star Festival... a Return to Japan / Star Festival... a Return to Japan.iso / pc / STARFESTIVAL / 3dcd / Animraw.dir / 00010.ls < prev    next >
Encoding:
Text File  |  1999-04-28  |  450 b   |  23 lines

  1. on mouseDown
  2.   global DEBUG, zeoIdle, gPcVidSprite
  3.   if not zeoIdle then
  4.     if DEBUG then
  5.       put "Pause movie"
  6.     end if
  7.     set the movieRate of sprite gPcVidSprite to 0
  8.     if DEBUG then
  9.       valueTester(tback)
  10.     end if
  11.   end if
  12.   engSwitch("vidClick")
  13.   if zeoIdle then
  14.     if DEBUG then
  15.       put "Play movie"
  16.     end if
  17.     set the movieRate of sprite gPcVidSprite to 1
  18.     if DEBUG then
  19.       valueTester(tback)
  20.     end if
  21.   end if
  22. end
  23.